home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 691 b | 31 lines |
- [SUBJECT]
- Description=Display all the mime types you have installed on the visitor's browser
- ImageIndex=-1
- Folder=Tools
-
-
- [BODY_TEXT]
- ;<div align="center">
- ;<script language="JavaScript">
- ;<!-- Begin
- ;document.writeln("<TABLE BORDER=1><TR VALIGN=TOP>",
- ;"<TH ALIGN=left>i",
- ;"<TH ALIGN=left>type",
- ;"<TH ALIGN=left>description",
- ;"<TH ALIGN=left>suffixes</TR>");
- ;for (i=0; i < navigator.mimeTypes.length; i++) {
- ;document.writeln("<TR VALIGN=TOP><TD>",i,
- ;"<TD>",navigator.mimeTypes[i].type,
- ;"<TD>",navigator.mimeTypes[i].description,
- ;"<TD>",navigator.mimeTypes[i].suffixes,
- ;"</TR>");
- ; }
- ;document.writeln("</TABLE>");
- ;// End -->
- ;</script>
- ;</div>
- ;
-
-
-
-